3.4.25 \(\int x^{7/2} (a+b x^2) (A+B x^2) \, dx\)

Optimal. Leaf size=39 \[ \frac {2}{13} x^{13/2} (a B+A b)+\frac {2}{9} a A x^{9/2}+\frac {2}{17} b B x^{17/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {448} \begin {gather*} \frac {2}{13} x^{13/2} (a B+A b)+\frac {2}{9} a A x^{9/2}+\frac {2}{17} b B x^{17/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(7/2)*(a + b*x^2)*(A + B*x^2),x]

[Out]

(2*a*A*x^(9/2))/9 + (2*(A*b + a*B)*x^(13/2))/13 + (2*b*B*x^(17/2))/17

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rubi steps

\begin {align*} \int x^{7/2} \left (a+b x^2\right ) \left (A+B x^2\right ) \, dx &=\int \left (a A x^{7/2}+(A b+a B) x^{11/2}+b B x^{15/2}\right ) \, dx\\ &=\frac {2}{9} a A x^{9/2}+\frac {2}{13} (A b+a B) x^{13/2}+\frac {2}{17} b B x^{17/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 33, normalized size = 0.85 \begin {gather*} \frac {2 x^{9/2} \left (153 x^2 (a B+A b)+221 a A+117 b B x^4\right )}{1989} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(7/2)*(a + b*x^2)*(A + B*x^2),x]

[Out]

(2*x^(9/2)*(221*a*A + 153*(A*b + a*B)*x^2 + 117*b*B*x^4))/1989

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.02, size = 41, normalized size = 1.05 \begin {gather*} \frac {2 \left (221 a A x^{9/2}+153 a B x^{13/2}+153 A b x^{13/2}+117 b B x^{17/2}\right )}{1989} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^(7/2)*(a + b*x^2)*(A + B*x^2),x]

[Out]

(2*(221*a*A*x^(9/2) + 153*A*b*x^(13/2) + 153*a*B*x^(13/2) + 117*b*B*x^(17/2)))/1989

________________________________________________________________________________________

fricas [A]  time = 1.02, size = 32, normalized size = 0.82 \begin {gather*} \frac {2}{1989} \, {\left (117 \, B b x^{8} + 153 \, {\left (B a + A b\right )} x^{6} + 221 \, A a x^{4}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="fricas")

[Out]

2/1989*(117*B*b*x^8 + 153*(B*a + A*b)*x^6 + 221*A*a*x^4)*sqrt(x)

________________________________________________________________________________________

giac [A]  time = 0.35, size = 29, normalized size = 0.74 \begin {gather*} \frac {2}{17} \, B b x^{\frac {17}{2}} + \frac {2}{13} \, B a x^{\frac {13}{2}} + \frac {2}{13} \, A b x^{\frac {13}{2}} + \frac {2}{9} \, A a x^{\frac {9}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="giac")

[Out]

2/17*B*b*x^(17/2) + 2/13*B*a*x^(13/2) + 2/13*A*b*x^(13/2) + 2/9*A*a*x^(9/2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 32, normalized size = 0.82 \begin {gather*} \frac {2 \left (117 B b \,x^{4}+153 A b \,x^{2}+153 B a \,x^{2}+221 A a \right ) x^{\frac {9}{2}}}{1989} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(b*x^2+a)*(B*x^2+A),x)

[Out]

2/1989*x^(9/2)*(117*B*b*x^4+153*A*b*x^2+153*B*a*x^2+221*A*a)

________________________________________________________________________________________

maxima [A]  time = 1.05, size = 27, normalized size = 0.69 \begin {gather*} \frac {2}{17} \, B b x^{\frac {17}{2}} + \frac {2}{13} \, {\left (B a + A b\right )} x^{\frac {13}{2}} + \frac {2}{9} \, A a x^{\frac {9}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="maxima")

[Out]

2/17*B*b*x^(17/2) + 2/13*(B*a + A*b)*x^(13/2) + 2/9*A*a*x^(9/2)

________________________________________________________________________________________

mupad [B]  time = 0.20, size = 31, normalized size = 0.79 \begin {gather*} \frac {2\,x^{9/2}\,\left (221\,A\,a+153\,A\,b\,x^2+153\,B\,a\,x^2+117\,B\,b\,x^4\right )}{1989} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(A + B*x^2)*(a + b*x^2),x)

[Out]

(2*x^(9/2)*(221*A*a + 153*A*b*x^2 + 153*B*a*x^2 + 117*B*b*x^4))/1989

________________________________________________________________________________________

sympy [A]  time = 10.21, size = 46, normalized size = 1.18 \begin {gather*} \frac {2 A a x^{\frac {9}{2}}}{9} + \frac {2 A b x^{\frac {13}{2}}}{13} + \frac {2 B a x^{\frac {13}{2}}}{13} + \frac {2 B b x^{\frac {17}{2}}}{17} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(7/2)*(b*x**2+a)*(B*x**2+A),x)

[Out]

2*A*a*x**(9/2)/9 + 2*A*b*x**(13/2)/13 + 2*B*a*x**(13/2)/13 + 2*B*b*x**(17/2)/17

________________________________________________________________________________________